2006-05-30 Behdad Esfahbod <behdad@gnome.org>
* gdk/gdkpango.c (draw_error_underline): Fix offset to center the
underline in requested rectangle. (Ported from pango fix.)
+2006-05-30 Behdad Esfahbod <behdad@gnome.org>
+
+ * gdk/gdkpango.c (draw_error_underline): Fix offset to center the
+ underline in requested rectangle. (Ported from pango fix.)
+
2006-05-29 Michael Natterer <mitch@imendio.com>
* gtk/gtkdialog.h: removed forgotten declaration of
+2006-05-30 Behdad Esfahbod <behdad@gnome.org>
+
+ * gdk/gdkpango.c (draw_error_underline): Fix offset to center the
+ underline in requested rectangle. (Ported from pango fix.)
+
2006-05-29 Michael Natterer <mitch@imendio.com>
* gtk/gtkdialog.h: removed forgotten declaration of
double y_top, y_bottom;
int i;
- x += (width - width_units * unit_width);
+ x += (width - width_units * unit_width) / 2;
width = width_units * unit_width;
y_top = y;